diff options
Diffstat (limited to 'quanta/components/framewizard/fmfpeditor.h')
-rw-r--r-- | quanta/components/framewizard/fmfpeditor.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/quanta/components/framewizard/fmfpeditor.h b/quanta/components/framewizard/fmfpeditor.h index c434b421..1a89f0c8 100644 --- a/quanta/components/framewizard/fmfpeditor.h +++ b/quanta/components/framewizard/fmfpeditor.h @@ -30,13 +30,13 @@ class fmFPeditor : public fmFPeditorS { public: fmFPeditor(); ~fmFPeditor(); - void setup(QMap<QString,QString>); - QMap<QString,QString> attributeMap(); + void setup(TQMap<TQString,TQString>); + TQMap<TQString,TQString> attributeMap(); private: - QString noresizeValue(); - QString scrollingValue(); - QString frameborderValue(); + TQString noresizeValue(); + TQString scrollingValue(); + TQString frameborderValue(); }; #endif |