summaryrefslogtreecommitdiffstats
path: root/krecipes/src/dialogs/dbimportdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'krecipes/src/dialogs/dbimportdialog.h')
-rw-r--r--krecipes/src/dialogs/dbimportdialog.h70
1 files changed, 35 insertions, 35 deletions
diff --git a/krecipes/src/dialogs/dbimportdialog.h b/krecipes/src/dialogs/dbimportdialog.h
index 37e447a..0024daf 100644
--- a/krecipes/src/dialogs/dbimportdialog.h
+++ b/krecipes/src/dialogs/dbimportdialog.h
@@ -12,17 +12,17 @@
#include <kdialogbase.h>
-class QVBoxLayout;
-class QHBoxLayout;
-class QGridLayout;
-class QSpacerItem;
-class QButtonGroup;
-class QRadioButton;
-class QWidgetStack;
-class QWidget;
-class QLineEdit;
-class QLabel;
-class QPushButton;
+class TQVBoxLayout;
+class TQHBoxLayout;
+class TQGridLayout;
+class TQSpacerItem;
+class TQButtonGroup;
+class TQRadioButton;
+class TQWidgetStack;
+class TQWidget;
+class TQLineEdit;
+class TQLabel;
+class TQPushButton;
class KURLRequester;
class KIntNumInput;
@@ -35,37 +35,37 @@ class DBImportDialog: public KDialogBase
{
Q_OBJECT
public:
- DBImportDialog( QWidget *parent = 0, const char *name = 0 );
+ DBImportDialog( TQWidget *parent = 0, const char *name = 0 );
- QString dbType() const;
- void serverParams( QString &host, QString &user, QString &pass, int &port, QString &table ) const;
- QString dbFile() const;
+ TQString dbType() const;
+ void serverParams( TQString &host, TQString &user, TQString &pass, int &port, TQString &table ) const;
+ TQString dbFile() const;
private:
// Widgets
- QButtonGroup* dbButtonGroup;
- QRadioButton* liteRadioButton;
- QRadioButton* mysqlRadioButton;
- QRadioButton* psqlRadioButton;
- QWidgetStack* paramStack;
- QWidget* serverPage;
- QLineEdit* nameEdit;
- QLabel* passwordLabel;
- QLineEdit* hostEdit;
- QLineEdit* passwordEdit;
- QLineEdit* userEdit;
- QLabel* userLabel;
- QLabel* hostLabel;
- QLabel* nameLabel;
- QLabel* portLabel;
+ TQButtonGroup* dbButtonGroup;
+ TQRadioButton* liteRadioButton;
+ TQRadioButton* mysqlRadioButton;
+ TQRadioButton* psqlRadioButton;
+ TQWidgetStack* paramStack;
+ TQWidget* serverPage;
+ TQLineEdit* nameEdit;
+ TQLabel* passwordLabel;
+ TQLineEdit* hostEdit;
+ TQLineEdit* passwordEdit;
+ TQLineEdit* userEdit;
+ TQLabel* userLabel;
+ TQLabel* hostLabel;
+ TQLabel* nameLabel;
+ TQLabel* portLabel;
KIntNumInput *portEdit;
- QWidget* sqlitePage;
+ TQWidget* sqlitePage;
KURLRequester* sqliteDBRequester;
- QVBoxLayout* dbButtonGroupLayout;
- QVBoxLayout* serverPageLayout;
- QGridLayout* layout5;
- QVBoxLayout* serverPageLayout_2;
+ TQVBoxLayout* dbButtonGroupLayout;
+ TQVBoxLayout* serverPageLayout;
+ TQGridLayout* layout5;
+ TQVBoxLayout* serverPageLayout_2;
protected slots:
void languageChange();