diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-28 14:42:37 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-28 14:42:37 +0900 |
commit | 5774d0780734ba03e9e65abb13d9799761c34ae4 (patch) | |
tree | 2879abe9f959ed1f49784b306aea752689e734ae /src/dialogs/qmessagebox.cpp | |
parent | 5fd88f2a2099db96bee7a208d09843fd32fd6bf3 (diff) | |
download | tqt3-5774d0780734ba03e9e65abb13d9799761c34ae4.tar.gz tqt3-5774d0780734ba03e9e65abb13d9799761c34ae4.zip |
qt -> tqt conversion:
kdeqt -> kdetqt
qtkde -> tqtkde
qtdesigner -> tqtdesigner
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/dialogs/qmessagebox.cpp')
-rw-r--r-- | src/dialogs/qmessagebox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialogs/qmessagebox.cpp b/src/dialogs/qmessagebox.cpp index b27ce1a82..23e1d5cde 100644 --- a/src/dialogs/qmessagebox.cpp +++ b/src/dialogs/qmessagebox.cpp @@ -58,7 +58,7 @@ #ifdef Q_WS_X11 -#include "private/qtkdeintegration_x11_p.h" +#include "private/tqtkdeintegration_x11_p.h" #endif extern bool tqt_use_native_dialogs; |