summaryrefslogtreecommitdiffstats
path: root/kpilot/kpilot/dbSelectionDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpilot/kpilot/dbSelectionDialog.h')
-rw-r--r--kpilot/kpilot/dbSelectionDialog.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/kpilot/kpilot/dbSelectionDialog.h b/kpilot/kpilot/dbSelectionDialog.h
index 5be8a85b8..ee0df63d3 100644
--- a/kpilot/kpilot/dbSelectionDialog.h
+++ b/kpilot/kpilot/dbSelectionDialog.h
@@ -38,20 +38,20 @@ class KPilotDBSelectionDialog : public KDialogBase
{
Q_OBJECT
public:
- KPilotDBSelectionDialog(QStringList &selectedDBs, QStringList &deviceDBs,
- QStringList &addedDBs, QWidget *, const char *);
+ KPilotDBSelectionDialog(TQStringList &selectedDBs, TQStringList &deviceDBs,
+ TQStringList &addedDBs, TQWidget *, const char *);
virtual ~KPilotDBSelectionDialog();
- QStringList getSelectedDBs();
- QStringList getAddedDBs() const {return fAddedDBs; };
+ TQStringList getSelectedDBs();
+ TQStringList getAddedDBs() const {return fAddedDBs; };
private:
- QStringList fSelectedDBs;
- QStringList fAddedDBs;
- QStringList fDeviceDBs;
+ TQStringList fSelectedDBs;
+ TQStringList fAddedDBs;
+ TQStringList fDeviceDBs;
protected slots:
void addDB();
void removeDB();
- void slotTextChanged( const QString& dbname);
+ void slotTextChanged( const TQString& dbname);
private:
KPilotDBSelectionWidget *fSelectionWidget;