diff options
Diffstat (limited to 'languages/cpp/app_templates/khello2/app.cpp')
-rw-r--r-- | languages/cpp/app_templates/khello2/app.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/cpp/app_templates/khello2/app.cpp b/languages/cpp/app_templates/khello2/app.cpp index 948a98fc..e506490b 100644 --- a/languages/cpp/app_templates/khello2/app.cpp +++ b/languages/cpp/app_templates/khello2/app.cpp @@ -7,7 +7,7 @@ #include "%{APPNAMELC}widget.h" %{APPNAME}::%{APPNAME}() - : KMainWindow( 0, "%{APPNAME}" ) + : TDEMainWindow( 0, "%{APPNAME}" ) { setCentralWidget( new %{APPNAME}Widget( this ) ); } |