summaryrefslogtreecommitdiffstats
path: root/src/sidebarpage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sidebarpage.h')
-rw-r--r--src/sidebarpage.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/sidebarpage.h b/src/sidebarpage.h
index e136016..2346ce0 100644
--- a/src/sidebarpage.h
+++ b/src/sidebarpage.h
@@ -21,7 +21,7 @@
#ifndef _SIDEBARPAGE_H_
#define _SIDEBARPAGE_H_
-#include <qwidget.h>
+#include <tqwidget.h>
class Sidebar;
@@ -30,12 +30,13 @@ class Sidebar;
*
* TODO
*/
-class SidebarPage : public QWidget
+class SidebarPage : public TQWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
- SidebarPage(QWidget* parent);
+ SidebarPage(TQWidget* tqparent);
virtual ~SidebarPage();
protected slots: