diff options
author | Michele Calgaro <[email protected]> | 2024-09-16 17:10:41 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-09-16 17:10:41 +0900 |
commit | f8f28b44bd388289f806a2cc7a56adf3d297f65d (patch) | |
tree | ffe6ce1f4baa49607166fa7693f804403b5ec9d1 | |
parent | 12f0bfb59cda3e1b4a88290c1bbf357d3adb46f7 (diff) | |
download | tdepim-f8f28b44bd388289f806a2cc7a56adf3d297f65d.tar.gz tdepim-f8f28b44bd388289f806a2cc7a56adf3d297f65d.zip |
Adapt to latest tqt3 version
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | akregator/src/akregator_part.cpp | 2 | ||||
-rw-r--r-- | akregator/src/mainwindow.cpp | 2 | ||||
-rw-r--r-- | akregator/src/pageviewer.cpp | 2 | ||||
-rw-r--r-- | kdgantt/KDGanttMinimizeSplitter.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/akregator/src/akregator_part.cpp b/akregator/src/akregator_part.cpp index b69d0736c..016b60086 100644 --- a/akregator/src/akregator_part.cpp +++ b/akregator/src/akregator_part.cpp @@ -54,7 +54,7 @@ #include <tqstringlist.h> #include <tqtimer.h> #include <tqwidgetlist.h> -#include <tqucomextra_p.h> +#include <private/tqucomextra_p.h> #include <cerrno> #include <sys/types.h> diff --git a/akregator/src/mainwindow.cpp b/akregator/src/mainwindow.cpp index aa10eb70a..e5c138679 100644 --- a/akregator/src/mainwindow.cpp +++ b/akregator/src/mainwindow.cpp @@ -55,7 +55,7 @@ #include <tqmetaobject.h> #include <tqpen.h> #include <tqpainter.h> -#include <tqucomextra_p.h> +#include <private/tqucomextra_p.h> #include <tqtimer.h> diff --git a/akregator/src/pageviewer.cpp b/akregator/src/pageviewer.cpp index 1962824f4..dfa5de64f 100644 --- a/akregator/src/pageviewer.cpp +++ b/akregator/src/pageviewer.cpp @@ -53,7 +53,7 @@ #include <tqscrollview.h> #include <tqstring.h> #include <tqvaluelist.h> -#include <tqucomextra_p.h> +#include <private/tqucomextra_p.h> #include <cstdlib> using std::abs; diff --git a/kdgantt/KDGanttMinimizeSplitter.cpp b/kdgantt/KDGanttMinimizeSplitter.cpp index 2339d1ce5..3a9ed1a03 100644 --- a/kdgantt/KDGanttMinimizeSplitter.cpp +++ b/kdgantt/KDGanttMinimizeSplitter.cpp @@ -40,7 +40,7 @@ #include "tqptrlist.h" #include "tqmemarray.h" #include "tqlayout.h" -#include "tqlayoutengine_p.h" +#include "private/tqlayoutengine_p.h" #include "tqobjectlist.h" #include "tqstyle.h" #include "tqapplication.h" //sendPostedEvents |