summaryrefslogtreecommitdiffstats
path: root/kjsembed/plugin/jsconsoleplugin.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 16:20:48 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-05 16:20:48 -0600
commite63beeb5bdb82987b1e00bc35178667786fbad48 (patch)
treeab77b6ac830b7944d5d1eb9ce8f81feb8fdab948 /kjsembed/plugin/jsconsoleplugin.cpp
parent67557a2b56c0678c22ab1b00c4fd0224c5e9ed99 (diff)
downloadtdebindings-e63beeb5bdb82987b1e00bc35178667786fbad48.tar.gz
tdebindings-e63beeb5bdb82987b1e00bc35178667786fbad48.zip
Fix incorrect conversion
Diffstat (limited to 'kjsembed/plugin/jsconsoleplugin.cpp')
-rw-r--r--kjsembed/plugin/jsconsoleplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kjsembed/plugin/jsconsoleplugin.cpp b/kjsembed/plugin/jsconsoleplugin.cpp
index 469436bb..f53afc0c 100644
--- a/kjsembed/plugin/jsconsoleplugin.cpp
+++ b/kjsembed/plugin/jsconsoleplugin.cpp
@@ -40,7 +40,7 @@ K_EXPORT_COMPONENT_FACTORY( libjsconsoleplugin, JSConsolePluginFactory( "jsconso
//
namespace KJSEmbed {
-JSConsolePlugin::JSConsolePlugin( TTQObject *parent, const char *name, const TTQStringList & )
+JSConsolePlugin::JSConsolePlugin( TQObject *parent, const char *name, const TQStringList & )
: KParts::Plugin( parent, name )
{
js = 0;