diff options
author | Timothy Pearson <[email protected]> | 2013-02-14 17:16:48 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-14 17:16:48 -0600 |
commit | e6b7858482abde4b7e5cf6a554bd1599691fbfa6 (patch) | |
tree | 488fdb21701a3565f3daeeed90f31a05533d391f /libtdegames/kgameprogress.cpp | |
parent | 7b6ec716009dcd841390a5a4d671b73c25466471 (diff) | |
download | tdegames-e6b7858482abde4b7e5cf6a554bd1599691fbfa6.tar.gz tdegames-e6b7858482abde4b7e5cf6a554bd1599691fbfa6.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'libtdegames/kgameprogress.cpp')
-rw-r--r-- | libtdegames/kgameprogress.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdegames/kgameprogress.cpp b/libtdegames/kgameprogress.cpp index 469d6393..7327a70f 100644 --- a/libtdegames/kgameprogress.cpp +++ b/libtdegames/kgameprogress.cpp @@ -27,7 +27,7 @@ #include "kgameprogress.h" -#include <kapplication.h> +#include <tdeapplication.h> KGameProgress::KGameProgress(TQWidget *parent, const char *name) : TQFrame(parent, name), |