summaryrefslogtreecommitdiffstats
path: root/arts/gui/kde/kcombobox_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'arts/gui/kde/kcombobox_impl.h')
-rw-r--r--arts/gui/kde/kcombobox_impl.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/arts/gui/kde/kcombobox_impl.h b/arts/gui/kde/kcombobox_impl.h
index 52a95109..3041d352 100644
--- a/arts/gui/kde/kcombobox_impl.h
+++ b/arts/gui/kde/kcombobox_impl.h
@@ -26,21 +26,21 @@
#define ARTS_GUI_KCOMBOBOX_IMPL_H
#include "kwidget_impl.h"
#include <kcombobox.h>
-#include <qobject.h>
-#include <qstring.h>
-#include <qstringlist.h>
+#include <tqobject.h>
+#include <tqstring.h>
+#include <tqstringlist.h>
namespace Arts {
class KComboBox_impl;
-class ComboBoxIntMapper :public QObject {
+class ComboBoxIntMapper :public TQObject {
Q_OBJECT
KComboBox_impl *impl;
public:
ComboBoxIntMapper(KComboBox_impl *impl, KComboBox *co);
public slots:
- void activated(const QString &);
+ void activated(const TQString &);
};
class KComboBox_impl : virtual public Arts::ComboBox_skel,
@@ -48,8 +48,8 @@ class KComboBox_impl : virtual public Arts::ComboBox_skel,
{
protected:
KComboBox * _kcombobox;
- QString m_caption;
- QString m_value;
+ TQString m_caption;
+ TQString m_value;
std::vector<std::string> m_choices;
void applyValue();