diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 15:00:48 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 15:00:48 -0600 |
commit | 0308f7944757919f45f8217c4dd92ad751292c85 (patch) | |
tree | 57100e03f048bd77469400689da01f5cc1846eb4 /src/kmplayerview.h | |
parent | 9a053bb4167b94ac90dc9f9d46711582dbf0f689 (diff) | |
download | kmplayer-0308f7944757919f45f8217c4dd92ad751292c85.tar.gz kmplayer-0308f7944757919f45f8217c4dd92ad751292c85.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'src/kmplayerview.h')
-rw-r--r-- | src/kmplayerview.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/kmplayerview.h b/src/kmplayerview.h index 861324b..654dd08 100644 --- a/src/kmplayerview.h +++ b/src/kmplayerview.h @@ -40,9 +40,9 @@ class TQPaintDevice; class TQPainter; class TQSlider; class TQLabel; -class KActionCollection; -class KAction; -class KShortcut; +class TDEActionCollection; +class TDEAction; +class TDEShortcut; class KStatusBar; class KFindDialog; @@ -106,7 +106,7 @@ public: ~View(); void addText (const TQString &, bool eol=false); - void init (KActionCollection * ac); + void init (TDEActionCollection * ac); void reset (); //void print(TQPrinter *pPrinter); |