From dc6b8e72fed2586239e3514819238c520636c9d9 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:54:04 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1157656 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kommander/editor/functionsimpl.h | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'kommander/editor/functionsimpl.h') diff --git a/kommander/editor/functionsimpl.h b/kommander/editor/functionsimpl.h index fab8661d..05df768f 100644 --- a/kommander/editor/functionsimpl.h +++ b/kommander/editor/functionsimpl.h @@ -15,10 +15,10 @@ #ifndef _HAVE_FUNCTIONSIMPL_H_ #define _HAVE_FUNCTIONSIMPL_H_ -#include -#include -#include -#include +#include +#include +#include +#include #include "functions.h" #include "specialinformation.h" @@ -27,12 +27,12 @@ class FunctionsDialog : public FunctionsDialogBase { Q_OBJECT public: - FunctionsDialog(QWidget*, const QDict&, bool m_useInternalParser, char* = 0, bool = true); + FunctionsDialog(TQWidget*, const TQDict&, bool m_useInternalParser, char* = 0, bool = true); ~FunctionsDialog(); // Return current content of text box - QString functionText() const; + TQString functionText() const; // Return current function and parameters - QString currentFunctionText(); + TQString currentFunctionText(); public slots: // Update list of function availabe for given group void groupChanged(int); @@ -44,16 +44,16 @@ public slots: void showParameters(); private: // Calculate current parameters - QString params(); + TQString params(); SpecialFunction m_function; int m_DCOP; int m_Slots; - const QDict m_widgetList; - QStringList m_widgetNames; - QStringList m_widgetTypes; + const TQDict m_widgetList; + TQStringList m_widgetNames; + TQStringList m_widgetTypes; bool m_useInternalParser; - QStringList m_acceptedSlots; - QMap m_slotList; + TQStringList m_acceptedSlots; + TQMap m_slotList; }; -- cgit v1.2.1