diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-16 17:10:41 +0900 | 
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-16 17:10:41 +0900 | 
| commit | f8f28b44bd388289f806a2cc7a56adf3d297f65d (patch) | |
| tree | ffe6ce1f4baa49607166fa7693f804403b5ec9d1 /akregator/src | |
| parent | 12f0bfb59cda3e1b4a88290c1bbf357d3adb46f7 (diff) | |
| download | tdepim-f8f28b44.tar.gz tdepim-f8f28b44.zip | |
Adapt to latest tqt3 version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'akregator/src')
| -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 | 
3 files changed, 3 insertions, 3 deletions
| diff --git a/akregator/src/akregator_part.cpp b/akregator/src/akregator_part.cpp index b69d0736..016b6008 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 aa10eb70..e5c13867 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 1962824f..dfa5de64 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; | 
