diff options
author | Michele Calgaro <[email protected]> | 2018-09-28 14:42:37 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-09-28 14:42:37 +0900 |
commit | 5774d0780734ba03e9e65abb13d9799761c34ae4 (patch) | |
tree | 2879abe9f959ed1f49784b306aea752689e734ae /src/dialogs/qfiledialog.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 <[email protected]>
Diffstat (limited to 'src/dialogs/qfiledialog.cpp')
-rw-r--r-- | src/dialogs/qfiledialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialogs/qfiledialog.cpp b/src/dialogs/qfiledialog.cpp index 9e95e0c55..ae1b5ab34 100644 --- a/src/dialogs/qfiledialog.cpp +++ b/src/dialogs/qfiledialog.cpp @@ -96,7 +96,7 @@ #include "ntqwidgetstack.h" #ifdef Q_WS_X11 -#include "private/qtkdeintegration_x11_p.h" +#include "private/tqtkdeintegration_x11_p.h" #endif #ifdef Q_WS_WIN |