diff options
author | Michele Calgaro <[email protected]> | 2024-07-01 19:17:45 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-01 19:17:45 +0900 |
commit | f0039c7a23d0a9d7a71b9ef4d2bdeae0f678620c (patch) | |
tree | 04b7bcfea1b11cfb8c2b40a362decaf1e4d2944c /libtdegames/highscore/kscoredialog.h | |
parent | 4306787b2e893c39368dce54d918448b250b7fce (diff) | |
download | tdegames-f0039c7a23d0a9d7a71b9ef4d2bdeae0f678620c.tar.gz tdegames-f0039c7a23d0a9d7a71b9ef4d2bdeae0f678620c.zip |
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'libtdegames/highscore/kscoredialog.h')
-rw-r--r-- | libtdegames/highscore/kscoredialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdegames/highscore/kscoredialog.h b/libtdegames/highscore/kscoredialog.h index 6789654c..30222b14 100644 --- a/libtdegames/highscore/kscoredialog.h +++ b/libtdegames/highscore/kscoredialog.h @@ -29,7 +29,7 @@ this software. #include <tqptrlist.h> #include <kdialogbase.h> -#include <kdemacros.h> +#include <tdemacros.h> class TQGridLayout; class TQLineEdit; class TQWidgetStack; |