summaryrefslogtreecommitdiffstats
path: root/quanta/components/framewizard/fmrceditor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/components/framewizard/fmrceditor.cpp')
-rw-r--r--quanta/components/framewizard/fmrceditor.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/quanta/components/framewizard/fmrceditor.cpp b/quanta/components/framewizard/fmrceditor.cpp
index 270b3e8c..67c36d62 100644
--- a/quanta/components/framewizard/fmrceditor.cpp
+++ b/quanta/components/framewizard/fmrceditor.cpp
@@ -16,8 +16,8 @@
***************************************************************************/
#include "fmrceditor.h"
-#include <qspinbox.h>
-#include <qlabel.h>
+#include <tqspinbox.h>
+#include <tqlabel.h>
fmRCeditor::fmRCeditor() : fmRCeditorS(){}
@@ -27,7 +27,7 @@ int fmRCeditor::spinBoxValue() const {
return sb->value();
}
-void fmRCeditor::setLabelText(QString s){
+void fmRCeditor::setLabelText(TQString s){
tl->setText(s);
}