diff options
Diffstat (limited to 'kxsldbg/kxsldbgpart/xsldbgconfigimpl.h')
-rw-r--r-- | kxsldbg/kxsldbgpart/xsldbgconfigimpl.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/kxsldbg/kxsldbgpart/xsldbgconfigimpl.h b/kxsldbg/kxsldbgpart/xsldbgconfigimpl.h index 1c3aa21e..b11357a7 100644 --- a/kxsldbg/kxsldbgpart/xsldbgconfigimpl.h +++ b/kxsldbg/kxsldbgpart/xsldbgconfigimpl.h @@ -27,7 +27,7 @@ #include <tqptrlist.h> -class LibxsltParam : public QObject +class LibxsltParam : public TQObject { public: LibxsltParam(const TQString & name, const TQString &value); @@ -49,9 +49,10 @@ class XsldbgDebugger; class XsldbgConfigImpl : public XsldbgConfig, public XsldbgDialogBase { Q_OBJECT + TQ_OBJECT public: - XsldbgConfigImpl(XsldbgDebugger *debugger, TQWidget *parent=0, const char *name=0); + XsldbgConfigImpl(XsldbgDebugger *debugger, TQWidget *tqparent=0, const char *name=0); ~XsldbgConfigImpl(); LibxsltParam *getParam(int paramNumber); @@ -59,7 +60,7 @@ public: int getParamCount(); void addParam(TQString name, TQString value); void deleteParam(TQString name); - void repaintParam(); + void tqrepaintParam(); TQString getSourceFile(); TQString getDataFile(); @@ -128,7 +129,7 @@ public slots: void slotCancel(); /** Process notification of add parameter to view, First parameter - is TQString::null to indicate start of parameter list notfication */ + is TQString() to indicate start of parameter list notfication */ void slotProcParameterItem(TQString name, TQString value); |