diff options
-rw-r--r-- | doc/other/tdepacman-api/tdepacman_h.html | 2 | ||||
-rw-r--r-- | tdepacman/board.cpp | 2 | ||||
-rw-r--r-- | tdepacman/keys.cpp | 2 | ||||
-rw-r--r-- | tdepacman/keys.h | 2 | ||||
-rw-r--r-- | tdepacman/painter.cpp | 2 | ||||
-rw-r--r-- | tdepacman/painter.h | 2 | ||||
-rw-r--r-- | tdepacman/referee.cpp | 2 | ||||
-rw-r--r-- | tdepacman/referee.h | 2 | ||||
-rw-r--r-- | tdepacman/score.cpp | 2 | ||||
-rw-r--r-- | tdepacman/score.h | 2 | ||||
-rw-r--r-- | tdepacman/status.cpp | 2 | ||||
-rw-r--r-- | tdepacman/status.h | 2 | ||||
-rw-r--r-- | tdepacman/tdepacman.h | 2 | ||||
-rw-r--r-- | tdepacman/tdepacmanview.cpp | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/doc/other/tdepacman-api/tdepacman_h.html b/doc/other/tdepacman-api/tdepacman_h.html index b0d16ac..59d9673 100644 --- a/doc/other/tdepacman-api/tdepacman_h.html +++ b/doc/other/tdepacman-api/tdepacman_h.html @@ -50,7 +50,7 @@ #include <config.h> #endif -#include <kapp.h> +#include <tdeapplication.h> #include <ntqwidget.h> /** TDEpacman is the base class of the project */ diff --git a/tdepacman/board.cpp b/tdepacman/board.cpp index 621a086..fc092c4 100644 --- a/tdepacman/board.cpp +++ b/tdepacman/board.cpp @@ -1,4 +1,4 @@ -#include <kapp.h> +#include <tdeapplication.h> #include <tdelocale.h> diff --git a/tdepacman/keys.cpp b/tdepacman/keys.cpp index 7b879b4..c538c0e 100644 --- a/tdepacman/keys.cpp +++ b/tdepacman/keys.cpp @@ -1,4 +1,4 @@ -#include <kapp.h> +#include <tdeapplication.h> #include <kstddirs.h> #include <tdeconfig.h> diff --git a/tdepacman/keys.h b/tdepacman/keys.h index 1688871..33b6f2d 100644 --- a/tdepacman/keys.h +++ b/tdepacman/keys.h @@ -5,7 +5,7 @@ #include "config.h" #endif -#include <kapp.h> +#include <tdeapplication.h> #include <tqdialog.h> #include <tqlabel.h> diff --git a/tdepacman/painter.cpp b/tdepacman/painter.cpp index 4c897c8..b924f35 100644 --- a/tdepacman/painter.cpp +++ b/tdepacman/painter.cpp @@ -1,4 +1,4 @@ -#include <kapp.h> +#include <tdeapplication.h> #include <kstddirs.h> #include <tdeconfig.h> diff --git a/tdepacman/painter.h b/tdepacman/painter.h index a15c615..09adcaa 100644 --- a/tdepacman/painter.h +++ b/tdepacman/painter.h @@ -1,7 +1,7 @@ #ifndef PAINTER_H #define PAINTER_H -#include <kapp.h> +#include <tdeapplication.h> #include <tdelocale.h> #include <tqpixmap.h> diff --git a/tdepacman/referee.cpp b/tdepacman/referee.cpp index 1daec16..9c9adc4 100644 --- a/tdepacman/referee.cpp +++ b/tdepacman/referee.cpp @@ -1,6 +1,6 @@ #include <stdlib.h> -#include <kapp.h> +#include <tdeapplication.h> #include <kstddirs.h> #include <tdeconfig.h> diff --git a/tdepacman/referee.h b/tdepacman/referee.h index ba23d69..b494d09 100644 --- a/tdepacman/referee.h +++ b/tdepacman/referee.h @@ -5,7 +5,7 @@ #include "config.h" #endif -#include <kapp.h> +#include <tdeapplication.h> #include <tqwidget.h> #include <tqptrlist.h> diff --git a/tdepacman/score.cpp b/tdepacman/score.cpp index 7d81ce7..b0dd5c9 100644 --- a/tdepacman/score.cpp +++ b/tdepacman/score.cpp @@ -1,7 +1,7 @@ #include <stdlib.h> #include <ctype.h> -#include <kapp.h> +#include <tdeapplication.h> #include <kstddirs.h> #include <tdeaccel.h> diff --git a/tdepacman/score.h b/tdepacman/score.h index 8808c00..031a242 100644 --- a/tdepacman/score.h +++ b/tdepacman/score.h @@ -5,7 +5,7 @@ #include "config.h" #endif -#include <kapp.h> +#include <tdeapplication.h> #include <tqwidget.h> #include <tqstring.h> diff --git a/tdepacman/status.cpp b/tdepacman/status.cpp index 3924bbb..ef8bfd0 100644 --- a/tdepacman/status.cpp +++ b/tdepacman/status.cpp @@ -1,4 +1,4 @@ -#include <kapp.h> +#include <tdeapplication.h> #include <kstddirs.h> #include <tdelocale.h> diff --git a/tdepacman/status.h b/tdepacman/status.h index f54a63e..90536ca 100644 --- a/tdepacman/status.h +++ b/tdepacman/status.h @@ -5,7 +5,7 @@ #include "config.h" #endif -#include <kapp.h> +#include <tdeapplication.h> #include <tdeconfig.h> #include <tqwidget.h> diff --git a/tdepacman/tdepacman.h b/tdepacman/tdepacman.h index 22fe4c0..8438277 100644 --- a/tdepacman/tdepacman.h +++ b/tdepacman/tdepacman.h @@ -29,7 +29,7 @@ #include <tqregexp.h> //include files for TDE -#include <kapp.h> +#include <tdeapplication.h> #include <tdemainwindow.h> #include <tdepopupmenu.h> #include <tdeaction.h> diff --git a/tdepacman/tdepacmanview.cpp b/tdepacman/tdepacmanview.cpp index c76beae..23a19ad 100644 --- a/tdepacman/tdepacmanview.cpp +++ b/tdepacman/tdepacmanview.cpp @@ -19,7 +19,7 @@ #include <tqmessagebox.h> // include files for TDE -#include <kapp.h> +#include <tdeapplication.h> #include <tdeconfig.h> #include <kstddirs.h> |