summaryrefslogtreecommitdiffstats
path: root/knode/knode_part.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knode/knode_part.cpp')
-rw-r--r--knode/knode_part.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/knode/knode_part.cpp b/knode/knode_part.cpp
index 3e54361a..0dc09d46 100644
--- a/knode/knode_part.cpp
+++ b/knode/knode_part.cpp
@@ -18,8 +18,8 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
As a special exception, permission is given to link this program
- with any edition of Qt, and distribute the resulting executable,
- without including the source code for Qt in the source distribution.
+ with any edition of TQt, and distribute the resulting executable,
+ without including the source code for TQt in the source distribution.
*/
#include "knode_part.h"
@@ -48,8 +48,8 @@ typedef KParts::GenericFactory< KNodePart > KNodeFactory;
K_EXPORT_COMPONENT_FACTORY( libknodepart, KNodeFactory )
KNodePart::KNodePart(TQWidget *tqparentWidget, const char *widgetName,
- TQObject *parent, const char *name, const TQStringList &)
- : KParts::ReadOnlyPart(parent, name),
+ TQObject *tqparent, const char *name, const TQStringList &)
+ : KParts::ReadOnlyPart(tqparent, name),
mParentWidget( tqparentWidget )
{
kdDebug(5003) << "KNodePart()" << endl;