summaryrefslogtreecommitdiffstats
path: root/lskat/lskat/lskat.h
diff options
context:
space:
mode:
Diffstat (limited to 'lskat/lskat/lskat.h')
-rw-r--r--lskat/lskat/lskat.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/lskat/lskat/lskat.h b/lskat/lskat/lskat.h
index b5686dde..e44f7e1b 100644
--- a/lskat/lskat/lskat.h
+++ b/lskat/lskat/lskat.h
@@ -24,7 +24,7 @@
#endif
// include files for Qt
-#include <qstrlist.h>
+#include <tqstrlist.h>
// include files for KDE
#include <kapplication.h>
@@ -91,7 +91,7 @@ class LSkatApp : public KMainWindow
LSkatDoc *getDocument() const;
void MoveFinished();
void Move(int x,int y,int player,bool remote);
- void SetGrafix(QString s);
+ void SetGrafix(TQString s);
protected:
void NewGame();
@@ -166,16 +166,16 @@ class LSkatApp : public KMainWindow
/** changes the statusbar contents for the standard label permanently, used to indicate current actions.
* @param text the text that is displayed in the statusbar
*/
- void slotStatusMsg(const QString &text);
+ void slotStatusMsg(const TQString &text);
void slotClearStatusMsg();
/** changes the status message of the whole statusbar for two seconds, then restores the last status. This is used to display
* statusbar messages that give information about actions for toolbar icons and menuentries.
* @param text the text that is displayed in the statusbar
*/
- void slotStatusHelpMsg(const QString &text);
+ void slotStatusHelpMsg(const TQString &text);
/** Set the names in the mover field */
void slotStatusNames();
- void slotStatusMover(const QString &text);
+ void slotStatusMover(const TQString &text);
void slotLevel();
void slotStartplayer();
@@ -194,13 +194,13 @@ protected: // Protected attributes
/** */
/** Counts the time in the status bar */
- QTimer * procTimer;
+ TQTimer * procTimer;
KEInput *mInput;
- QString mGrafix;
+ TQString mGrafix;
private:
/** contains the recently used filenames */
- QStrList recentFiles;
+ TQStrList recentFiles;
/** the configuration object of the application */
KConfig *config;