diff options
Diffstat (limited to 'kwin-styles/glow/glowbutton.h')
-rw-r--r-- | kwin-styles/glow/glowbutton.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kwin-styles/glow/glowbutton.h b/kwin-styles/glow/glowbutton.h index e7cc3605..f263f0ac 100644 --- a/kwin-styles/glow/glowbutton.h +++ b/kwin-styles/glow/glowbutton.h @@ -22,10 +22,10 @@ #include <tqmap.h> #include <tqbutton.h> -class QPixmap; -class QBitmap; -class QTimer; -class QString; +class TQPixmap; +class TQBitmap; +class TQTimer; +class TQString; namespace Glow { |