diff options
Diffstat (limited to 'quanta/src/kqapp.h')
-rw-r--r-- | quanta/src/kqapp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quanta/src/kqapp.h b/quanta/src/kqapp.h index b1b5f6df..ab154345 100644 --- a/quanta/src/kqapp.h +++ b/quanta/src/kqapp.h @@ -22,7 +22,7 @@ #include <tqframe.h> #include <kuniqueapplication.h> -class KCmdLineArgs; +class TDECmdLineArgs; class KSplashScreen; class KSplash : public TQFrame @@ -45,7 +45,7 @@ class KQApplicationPrivate void init(); KSplash *splash; - KCmdLineArgs *args; + TDECmdLineArgs *args; KSplashScreen *sp; }; |