summaryrefslogtreecommitdiffstats
path: root/kdm/kfrontend/kgdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdm/kfrontend/kgdialog.h')
-rw-r--r--kdm/kfrontend/kgdialog.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kdm/kfrontend/kgdialog.h b/kdm/kfrontend/kgdialog.h
index 05a4be5cf..f42a506ea 100644
--- a/kdm/kfrontend/kgdialog.h
+++ b/kdm/kfrontend/kgdialog.h
@@ -57,15 +57,15 @@ class KGDialog : public FDialog {
protected:
#ifdef XDMCP
- void completeMenu( int _switchIf, int _switchCode, const QString &_switchMsg, int _switchAccel );
+ void completeMenu( int _switchIf, int _switchCode, const TQString &_switchMsg, int _switchAccel );
#else
void completeMenu();
#endif
- void inserten( const QString& txt, int accel, const char *member );
- int inserten( const QString& txt, int accel, QPopupMenu *cmnu );
+ void inserten( const TQString& txt, int accel, const char *member );
+ int inserten( const TQString& txt, int accel, TQPopupMenu *cmnu );
bool needSep;
- QPopupMenu *optMenu;
+ TQPopupMenu *optMenu;
KGVerify *verify;
#ifdef WITH_KDM_XCONSOLE
KConsole *consoleView;
@@ -79,7 +79,7 @@ class KGDialog : public FDialog {
void ensureMenu();
#ifdef HAVE_VTS
- QPopupMenu *dpyMenu;
+ TQPopupMenu *dpyMenu;
#endif
int switchCode;
};