summaryrefslogtreecommitdiffstats
path: root/knetworkconf/knetworkconf/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knetworkconf/knetworkconf/main.cpp')
-rw-r--r--knetworkconf/knetworkconf/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/knetworkconf/knetworkconf/main.cpp b/knetworkconf/knetworkconf/main.cpp
index 8ebe038..9ee6be9 100644
--- a/knetworkconf/knetworkconf/main.cpp
+++ b/knetworkconf/knetworkconf/main.cpp
@@ -40,10 +40,10 @@ K_EXPORT_COMPONENT_FACTORY( knetworkconfmodule, KDEDFactory( "kcm_knetworkconfmo
extern "C"
{
- KDE_EXPORT KCModule *create_knetworkconfmodule(TQWidget *parent, const char *name)
+ KDE_EXPORT KCModule *create_knetworkconfmodule(TQWidget *tqparent, const char *name)
{
KGlobal::locale()->insertCatalogue("knetworkconf");
- return new KNetworkConfModule(parent, name);
+ return new KNetworkConfModule(tqparent, name);
}
}