summaryrefslogtreecommitdiffstats
path: root/quanta/components/csseditor/percentageeditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/components/csseditor/percentageeditor.h')
-rw-r--r--quanta/components/csseditor/percentageeditor.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/quanta/components/csseditor/percentageeditor.h b/quanta/components/csseditor/percentageeditor.h
index d6931aec..a6aecb8c 100644
--- a/quanta/components/csseditor/percentageeditor.h
+++ b/quanta/components/csseditor/percentageeditor.h
@@ -18,11 +18,11 @@
#ifndef PERCENTAGEEDITOR_H
#define PERCENTAGEEDITOR_H
-#include <qhbox.h>
-#include <qptrlist.h>
+#include <tqhbox.h>
+#include <tqptrlist.h>
#include "doubleeditors.h"
-#include <qcombobox.h>
-#include <qslider.h>
+#include <tqcombobox.h>
+#include <tqslider.h>
#include "csseditor_globals.h"
#include "minieditor.h"
@@ -41,11 +41,11 @@ class percentageEditor : public miniEditor {
private:
mySpinBox *m_sb;
public:
- percentageEditor(const QString& initialValue="0",QWidget *parent=0, const char *name=0);
+ percentageEditor(const TQString& initialValue="0",TQWidget *parent=0, const char *name=0);
~percentageEditor();
virtual void connectToPropertySetter(propertySetter* p);
signals:
- void valueChanged(const QString&);
+ void valueChanged(const TQString&);
};