diff options
Diffstat (limited to 'xparts/mozilla/kshell.cpp')
-rw-r--r-- | xparts/mozilla/kshell.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xparts/mozilla/kshell.cpp b/xparts/mozilla/kshell.cpp index 9e83f9a4..b6935b47 100644 --- a/xparts/mozilla/kshell.cpp +++ b/xparts/mozilla/kshell.cpp @@ -8,7 +8,7 @@ #include <kaction.h> #include <kmainwindow.h> #include <kprocess.h> -#include <kparts/mainwindow.h> +#include <tdeparts/mainwindow.h> #include <kdebug.h> class ShellWindow : public KParts::MainWindow @@ -62,7 +62,7 @@ private: int main( int argc, char **argv ) { - TDEApplication app( argc, argv, "xkpartsshell" ); + TDEApplication app( argc, argv, "xtdepartsshell" ); app.dcopClient()->registerAs("kshell"); |