summaryrefslogtreecommitdiffstats
path: root/kcontrol/filetypes/kservicelistwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/filetypes/kservicelistwidget.h')
-rw-r--r--kcontrol/filetypes/kservicelistwidget.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/kcontrol/filetypes/kservicelistwidget.h b/kcontrol/filetypes/kservicelistwidget.h
index fb20d1c64..eb2590781 100644
--- a/kcontrol/filetypes/kservicelistwidget.h
+++ b/kcontrol/filetypes/kservicelistwidget.h
@@ -21,8 +21,8 @@
#ifndef _KSERVICELISTWIDGET_H
#define _KSERVICELISTWIDGET_H
-#include <qgroupbox.h>
-#include <qlistbox.h>
+#include <tqgroupbox.h>
+#include <tqlistbox.h>
class TypesListItem;
class QLineEdit;
class QPushButton;
@@ -33,8 +33,8 @@ class KServiceListItem : public QListBoxText
public:
KServiceListItem( KService *pService, int kind );
bool isImmutable();
- QString desktopPath;
- QString localPath;
+ TQString desktopPath;
+ TQString localPath;
};
/**
@@ -48,7 +48,7 @@ class KServiceListWidget : public QGroupBox
Q_OBJECT
public:
enum { SERVICELIST_APPLICATIONS, SERVICELIST_SERVICES };
- KServiceListWidget(int kind, QWidget *parent = 0, const char *name = 0);
+ KServiceListWidget(int kind, TQWidget *parent = 0, const char *name = 0);
void setTypeItem( TypesListItem * item );
@@ -68,9 +68,9 @@ protected:
private:
int m_kind;
- QListBox *servicesLB;
- QPushButton *servUpButton, *servDownButton;
- QPushButton *servNewButton, *servEditButton, *servRemoveButton;
+ TQListBox *servicesLB;
+ TQPushButton *servUpButton, *servDownButton;
+ TQPushButton *servNewButton, *servEditButton, *servRemoveButton;
TypesListItem *m_item;
};