diff options
Diffstat (limited to 'akregator')
-rw-r--r-- | akregator/src/akregator_part.cpp | 2 | ||||
-rw-r--r-- | akregator/src/akregator_view.cpp | 2 | ||||
-rw-r--r-- | akregator/src/mainwindow.cpp | 2 | ||||
-rw-r--r-- | akregator/src/pageviewer.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/akregator/src/akregator_part.cpp b/akregator/src/akregator_part.cpp index 3cdbceb19..a5189749f 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 <private/tqucomextra_p.h> +#include <tqucomextra_p.h> #include <cerrno> #include <sys/types.h> diff --git a/akregator/src/akregator_view.cpp b/akregator/src/akregator_view.cpp index 6df0469c7..c110d305a 100644 --- a/akregator/src/akregator_view.cpp +++ b/akregator/src/akregator_view.cpp @@ -222,7 +222,7 @@ View::View( Part *part, TQWidget *tqparent, ActionManagerImpl* actionManager, co m_shuttingDown = false; m_displayingAboutPage = false; m_currentFrame = 0L; - setFocusPolicy(Qt::StrongFocus); + setFocusPolicy(TQ_StrongFocus); TQVBoxLayout *lt = new TQVBoxLayout( this ); diff --git a/akregator/src/mainwindow.cpp b/akregator/src/mainwindow.cpp index 3111cab44..2a820128f 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 <private/tqucomextra_p.h> +#include <tqucomextra_p.h> #include <tqtimer.h> diff --git a/akregator/src/pageviewer.cpp b/akregator/src/pageviewer.cpp index 477575906..8d10256cd 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 <private/tqucomextra_p.h> +#include <tqucomextra_p.h> #include <cstdlib> using std::abs; |