summaryrefslogtreecommitdiff
path: root/library
authoreilers <eilers>2003-09-01 12:22:09 (UTC)
committer eilers <eilers>2003-09-01 12:22:09 (UTC)
commit68a308e1166ec4462dea188c3141c7f884f5d6b5 (patch) (side-by-side diff)
treec999c2b0af1f5f2339582c9609d1cb9168d08bcf /library
parent45a479040238764f97eed267c74aed6cf27eece8 (diff)
downloadopie-68a308e1166ec4462dea188c3141c7f884f5d6b5.zip
opie-68a308e1166ec4462dea188c3141c7f884f5d6b5.tar.gz
opie-68a308e1166ec4462dea188c3141c7f884f5d6b5.tar.bz2
Fix to compile..
Diffstat (limited to 'library') (more/less context) (ignore whitespace changes)
-rw-r--r--library/qpeapplication.cpp4
-rw-r--r--library/qpeapplication.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/library/qpeapplication.cpp b/library/qpeapplication.cpp
index 71ec5b3..bf353d4 100644
--- a/library/qpeapplication.cpp
+++ b/library/qpeapplication.cpp
@@ -1073,7 +1073,7 @@ void QPEApplication::setDefaultRotation( int r )
extern void qws_clearLoadedFonts();
-inline void QPEApplication::setCurrentMode( int x, int y, int depth )
+void QPEApplication::setCurrentMode( int x, int y, int depth )
{
// Reset the caches
qws_clearLoadedFonts();
@@ -1092,7 +1092,7 @@ inline void QPEApplication::setCurrentMode( int x, int y, int depth )
}
}
-inline void QPEApplication::reset() {
+void QPEApplication::reset() {
// Reconnect to the screen
qt_screen->disconnect();
qt_screen->connect( QString::null );
diff --git a/library/qpeapplication.h b/library/qpeapplication.h
index 42810e8..69e0058 100644
--- a/library/qpeapplication.h
+++ b/library/qpeapplication.h
@@ -116,7 +116,7 @@ private slots:
void hideOrQuit();
private:
- inline QWidget *nextWidget( QWidgetList*, QWidget* );
+ QWidget *nextWidget( QWidgetList*, QWidget* );
protected:
bool qwsEventFilter( QWSEvent * );