diff options
Diffstat (limited to 'quanta/utility/newstuff.cpp')
-rw-r--r-- | quanta/utility/newstuff.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quanta/utility/newstuff.cpp b/quanta/utility/newstuff.cpp index f818571d..a00e9c75 100644 --- a/quanta/utility/newstuff.cpp +++ b/quanta/utility/newstuff.cpp @@ -54,7 +54,7 @@ void QNewDTEPStuff::installResource() } QNewToolbarStuff::QNewToolbarStuff(const TQString &type, TQWidget *parentWidget) - :KNewStuffSecure(type, parentWidget) + :TDENewStuffSecure(type, parentWidget) { connect(this, TQT_SIGNAL(loadToolbarFile(const KURL&)), parentWidget, TQT_SLOT(slotLoadToolbarFile(const KURL&))); } @@ -81,7 +81,7 @@ void QNewToolbarStuff::installResource() } QNewTemplateStuff::QNewTemplateStuff(const TQString &type, TQWidget *parentWidget) - :KNewStuffSecure(type, parentWidget) + :TDENewStuffSecure(type, parentWidget) { connect(this, TQT_SIGNAL(openFile(const KURL&)), parentWidget, TQT_SLOT(slotFileOpen(const KURL&))); } |