diff options
-rw-r--r-- | tdepacman/keys.cpp | 2 | ||||
-rw-r--r-- | tdepacman/referee.cpp | 2 | ||||
-rw-r--r-- | tdepacman/score.cpp | 2 | ||||
-rw-r--r-- | tdepacman/status.cpp | 2 | ||||
-rw-r--r-- | tdepacman/tdepacman.cpp | 2 | ||||
-rw-r--r-- | tdepacman/tdepacman.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/tdepacman/keys.cpp b/tdepacman/keys.cpp index df8f980..5d8d0d2 100644 --- a/tdepacman/keys.cpp +++ b/tdepacman/keys.cpp @@ -4,7 +4,7 @@ #include <tdeconfig.h> #include <tdelocale.h> #include <tdeaccel.h> -#include <tqpushbt.h> +#include <tqpushbutton.h> #include <tqlabel.h> #include <tqframe.h> #include <tqkeycode.h> diff --git a/tdepacman/referee.cpp b/tdepacman/referee.cpp index 9f22685..d2f6ff1 100644 --- a/tdepacman/referee.cpp +++ b/tdepacman/referee.cpp @@ -4,7 +4,7 @@ #include <kstddirs.h> #include <tdeconfig.h> -#include <tqdatetm.h> +#include <tqdatetime.h> #include <tqtimer.h> #include <tqevent.h> #include <tqcolor.h> diff --git a/tdepacman/score.cpp b/tdepacman/score.cpp index 77c87d8..41f3e09 100644 --- a/tdepacman/score.cpp +++ b/tdepacman/score.cpp @@ -9,7 +9,7 @@ #include <tdemessagebox.h> #include <tqpixmap.h> #include <tqstring.h> -#include <tqdstream.h> +#include <tqdatastream.h> #include <tqkeycode.h> #include <tqtimer.h> #include <tqfileinfo.h> diff --git a/tdepacman/status.cpp b/tdepacman/status.cpp index 12f01b7..3924bbb 100644 --- a/tdepacman/status.cpp +++ b/tdepacman/status.cpp @@ -4,7 +4,7 @@ #include <tdelocale.h> #include <tqbitmap.h> #include <tqstring.h> -#include <tqmsgbox.h> +#include <tqmessagebox.h> #include <tqfileinfo.h> #include "status.h" diff --git a/tdepacman/tdepacman.cpp b/tdepacman/tdepacman.cpp index 430df6f..dba35ff 100644 --- a/tdepacman/tdepacman.cpp +++ b/tdepacman/tdepacman.cpp @@ -19,7 +19,7 @@ #include <tqkeycode.h> #include <tqcolor.h> #include <tqstring.h> -#include <tqmsgbox.h> +#include <tqmessagebox.h> // include files for TDE #include <kcolordlg.h> diff --git a/tdepacman/tdepacman.h b/tdepacman/tdepacman.h index d4ad12e..22fe4c0 100644 --- a/tdepacman/tdepacman.h +++ b/tdepacman/tdepacman.h @@ -25,7 +25,7 @@ // include files for TQt #include <tqptrlist.h> -#include <tqfileinf.h> +#include <tqfileinfo.h> #include <tqregexp.h> //include files for TDE |