diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 15:12:46 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 15:12:46 -0600 |
commit | 58a97ed3af5e4df6c4a58d043b0c267bd97056a9 (patch) | |
tree | 5a2fde6842fd422cae2d8670d382be965098cc32 /kpat/pwidget.h | |
parent | 2ce15ee76fd2d9d18a63c035a0f5b00b94c60cdc (diff) | |
download | tdegames-58a97ed3af5e4df6c4a58d043b0c267bd97056a9.tar.gz tdegames-58a97ed3af5e4df6c4a58d043b0c267bd97056a9.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kpat/pwidget.h')
-rw-r--r-- | kpat/pwidget.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/kpat/pwidget.h b/kpat/pwidget.h index b07eb917..1c1564f5 100644 --- a/kpat/pwidget.h +++ b/kpat/pwidget.h @@ -26,14 +26,14 @@ #include <kmainwindow.h> class Dealer; -class KToggleAction; -class KSelectAction; -class KRecentFilesAction; -class KAction; +class TDEToggleAction; +class TDESelectAction; +class TDERecentFilesAction; +class TDEAction; class TQWidgetStack; class TQLabel; -class pWidget: public KMainWindow { +class pWidget: public TDEMainWindow { Q_OBJECT @@ -74,18 +74,18 @@ private: Dealer *dill; // The current patience - KSelectAction *games; - KSelectAction *wallpapers; - KAction *backs; - KAction *undo; - KToggleAction *animation; - KToggleAction *dropaction; - KAction *stats; + TDESelectAction *games; + TDESelectAction *wallpapers; + TDEAction *backs; + TDEAction *undo; + TDEToggleAction *animation; + TDEToggleAction *dropaction; + TDEAction *stats; TQPixmap background; TQColor midcolor; TQStringList wallpaperlist; - KRecentFilesAction *recent; + TDERecentFilesAction *recent; }; #endif |