diff options
Diffstat (limited to 'kpoker/top.h')
-rw-r--r-- | kpoker/top.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kpoker/top.h b/kpoker/top.h index 715aa20d..e09054fe 100644 --- a/kpoker/top.h +++ b/kpoker/top.h @@ -37,16 +37,16 @@ class PokerWindow : public KMainWindow protected: virtual bool queryClose(); - bool eventFilter(QObject*, QEvent*); + bool eventFilter(TQObject*, TQEvent*); void initKAction(); void readOptions(); protected slots: // void saveProperties(KConfig*); // void readProperties(KConfig*); - void setHand(const QString &newHand, bool lastHand = true); + void setHand(const TQString &newHand, bool lastHand = true); void showClickToHold(bool show); - void statusBarMessage(QString); + void statusBarMessage(TQString); void clearStatusBar(); void saveOptions(); void toggleMenubar(); @@ -62,7 +62,7 @@ class PokerWindow : public KMainWindow KToggleAction *showStatusbarAction; // statusbar elements: - QLabel *LHLabel; + TQLabel *LHLabel; bool clickToHoldIsShown; }; |