summaryrefslogtreecommitdiffstats
path: root/kcm_gtk/kcmgtk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kcm_gtk/kcmgtk.cpp')
-rw-r--r--kcm_gtk/kcmgtk.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kcm_gtk/kcmgtk.cpp b/kcm_gtk/kcmgtk.cpp
index 11f1405..7c4531f 100644
--- a/kcm_gtk/kcmgtk.cpp
+++ b/kcm_gtk/kcmgtk.cpp
@@ -65,10 +65,10 @@ K_EXPORT_COMPONENT_FACTORY( kcm_gtk, KcmGtkFactory("gtk"))*/
extern "C"
{
- KCModule *create_kcmgtk( TQWidget * tqparent, const char * name )
+ KCModule *create_kcmgtk( TQWidget * parent, const char * name )
{
KGlobal::locale()->insertCatalogue( "gtkqtengine" );
- return new KcmGtk( tqparent, "kcmgtk" );
+ return new KcmGtk( parent, "kcmgtk" );
}
}
@@ -156,8 +156,8 @@ TQFont GtkRcParser::parseFont(TQString fontString)
return ret;
}
-KcmGtk::KcmGtk(TQWidget *tqparent, const char *name, const TQStringList&)
- : KCModule(tqparent, name),
+KcmGtk::KcmGtk(TQWidget *parent, const char *name, const TQStringList&)
+ : KCModule(parent, name),
myAboutData(0),
emacsDetailsDialog(NULL),
searchPathsDialog(NULL)