summaryrefslogtreecommitdiffstats
path: root/src/gui/selectprofileform.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/selectprofileform.h')
-rw-r--r--src/gui/selectprofileform.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/selectprofileform.h b/src/gui/selectprofileform.h
index 81c2be5..7c9b0a5 100644
--- a/src/gui/selectprofileform.h
+++ b/src/gui/selectprofileform.h
@@ -6,7 +6,7 @@ extern t_phone *phone;
#include <list>
#include <string>
#include "phone.h"
-#include <Qt3Support/Q3MainWindow>
+#include <QDialog>
#include "ui_selectprofileform.h"
class SelectProfileForm : public QDialog, public Ui::SelectProfileForm
@@ -38,7 +38,7 @@ public slots:
virtual void diamondcardProfile( bool exec_mode );
virtual void sysSettings();
virtual void fillProfileListView( const QStringList & profiles );
- virtual void toggleItem( Q3ListViewItem * item );
+ virtual void toggleItem( QModelIndex item );
signals:
void selection(const list<string> &);