summaryrefslogtreecommitdiffstats
path: root/noatun-plugins/nexscope/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'noatun-plugins/nexscope/gui.h')
-rw-r--r--noatun-plugins/nexscope/gui.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/noatun-plugins/nexscope/gui.h b/noatun-plugins/nexscope/gui.h
index 84fd2bf..3fea2ae 100644
--- a/noatun-plugins/nexscope/gui.h
+++ b/noatun-plugins/nexscope/gui.h
@@ -3,8 +3,8 @@
#include <kmainwindow.h>
#include <klistview.h>
-#include <qsplitter.h>
-#include <qdict.h>
+#include <tqsplitter.h>
+#include <tqdict.h>
#include <dcopobject.h>
#include <kurl.h>
@@ -17,7 +17,7 @@ Q_OBJECT
public:
Control();
- void addCreator(const QString &title);
+ void addCreator(const TQString &title);
public slots:
void save(const KURL &file);
@@ -28,13 +28,13 @@ public slots:
void open(const KURL &file);
protected slots:
- void dropEvent(QDropEvent *e, QListViewItem *parent, QListViewItem *pafter);
- void currentChanged(QListViewItem *item);
+ void dropEvent(TQDropEvent *e, TQListViewItem *parent, TQListViewItem *pafter);
+ void currentChanged(TQListViewItem *item);
private:
- QWidget *mRight;
+ TQWidget *mRight;
KListView *mTree, *mCreatorsList;
- QWidget *mConfigurator;
+ TQWidget *mConfigurator;
KURL mCurrentURL;
};
@@ -43,11 +43,11 @@ class RendererListView : public KListView
{
Q_OBJECT
public:
- RendererListView(QWidget *p);
+ RendererListView(TQWidget *p);
protected:
- virtual bool acceptDrag(QDropEvent *event) const;
- virtual QDragObject *dragObject() const;
+ virtual bool acceptDrag(TQDropEvent *event) const;
+ virtual TQDragObject *dragObject() const;
};