summaryrefslogtreecommitdiffstats
path: root/src/libgui/device_gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libgui/device_gui.h')
-rw-r--r--src/libgui/device_gui.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/libgui/device_gui.h b/src/libgui/device_gui.h
index 887b98c..bc69136 100644
--- a/src/libgui/device_gui.h
+++ b/src/libgui/device_gui.h
@@ -86,7 +86,7 @@ private:
class Dialog : public ::Dialog
{
Q_OBJECT
- TQ_OBJECT
+
public:
Dialog(const TQString &device, Type type, TQWidget *parent);
virtual ~Dialog();
@@ -119,7 +119,7 @@ private:
class ComboBox : public TQComboBox
{
Q_OBJECT
- TQ_OBJECT
+
public:
ComboBox(bool withAuto, TQWidget *parent);
void setDevice(const TQString &device, const Device::Data *data = 0);
@@ -134,7 +134,7 @@ private:
class Button : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
Button(bool withAuto, TQWidget *parent);
void setDevice(const TQString &device) { _combo->setDevice(device); }
@@ -154,7 +154,7 @@ private:
class Browser : public KTextBrowser
{
Q_OBJECT
- TQ_OBJECT
+
public:
Browser(TQWidget *parent);
@@ -169,7 +169,7 @@ public slots:
class View : public TabWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
View(TQWidget *parent);
void clear();
@@ -188,7 +188,7 @@ private:
class Editor : public DeviceEditor
{
Q_OBJECT
- TQ_OBJECT
+
public:
Editor(const TQString &title, const TQString &tag, TQWidget *parent);
virtual bool isModified() const { return false; }