summaryrefslogtreecommitdiffstats
path: root/noatun/modules/kjofol-skin
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/modules/kjofol-skin')
-rw-r--r--noatun/modules/kjofol-skin/kjloader.h2
-rw-r--r--noatun/modules/kjofol-skin/kjprefs.h14
2 files changed, 8 insertions, 8 deletions
diff --git a/noatun/modules/kjofol-skin/kjloader.h b/noatun/modules/kjofol-skin/kjloader.h
index 2510b14d..6fec9f05 100644
--- a/noatun/modules/kjofol-skin/kjloader.h
+++ b/noatun/modules/kjofol-skin/kjloader.h
@@ -20,7 +20,7 @@
#include <kwinmodule.h>
-class QLabel;
+class TQLabel;
class KJWidget;
class KHelpMenu;
class KJSeeker;
diff --git a/noatun/modules/kjofol-skin/kjprefs.h b/noatun/modules/kjofol-skin/kjprefs.h
index fcd6dc98..a8f52e29 100644
--- a/noatun/modules/kjofol-skin/kjprefs.h
+++ b/noatun/modules/kjofol-skin/kjprefs.h
@@ -12,13 +12,13 @@
#include <kio/job.h>
#include <kurlrequester.h>
-class QVBoxLayout;
-class QHBoxLayout;
-class QGridLayout;
-class QComboBox;
-class QLabel;
-class QPushButton;
-class QTabWidget;
+class TQVBoxLayout;
+class TQHBoxLayout;
+class TQGridLayout;
+class TQComboBox;
+class TQLabel;
+class TQPushButton;
+class TQTabWidget;
class KConfig;
class KJLoader;