diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-13 11:09:49 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-02-14 23:27:49 +0900 |
| commit | b2fcd6f20191c7fc8557d99e9bbe26d2166a516a (patch) | |
| tree | 883186f4c1c2f818a52e91594a6551c75742c6f7 /kcontrol/filetypes/keditfiletype.cpp | |
| parent | 2878e483494b14524394ae1680c8eb4bcae66d66 (diff) | |
| download | tdebase-b2fcd6f20191c7fc8557d99e9bbe26d2166a516a.tar.gz tdebase-b2fcd6f20191c7fc8557d99e9bbe26d2166a516a.zip | |
Replace Q_WS_* defines with TQ_WS_* equivalents
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 2d7d2122cf33aa713cebef95981305039c798003)
Diffstat (limited to 'kcontrol/filetypes/keditfiletype.cpp')
| -rw-r--r-- | kcontrol/filetypes/keditfiletype.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/filetypes/keditfiletype.cpp b/kcontrol/filetypes/keditfiletype.cpp index a7412438b..8c6c06931 100644 --- a/kcontrol/filetypes/keditfiletype.cpp +++ b/kcontrol/filetypes/keditfiletype.cpp @@ -29,7 +29,7 @@ #include <tdesycoca.h> #include <kstandarddirs.h> -#ifdef Q_WS_X11 +#ifdef TQ_WS_X11 #include <X11/Xlib.h> #include <X11/Xutil.h> #endif @@ -159,7 +159,7 @@ int main(int argc, char ** argv) } FileTypeDialog dlg( mime, createType ); -#if defined Q_WS_X11 +#if defined TQ_WS_X11 if( args->isSet( "parent" )) { bool ok; long id = args->getOption("parent").toLong(&ok); |
