diff options
Diffstat (limited to 'akregator')
-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; |