summaryrefslogtreecommitdiff
path: root/noncore/apps/tinykate
authoralwin <alwin>2004-02-24 15:58:43 (UTC)
committer alwin <alwin>2004-02-24 15:58:43 (UTC)
commit607c6aff17cd1c26d36b94d8e7ef149cfed70142 (patch) (side-by-side diff)
tree2485539137b3a4e45088186693b230fb4adc6b8b /noncore/apps/tinykate
parentfe245e127946c1e65003033d07ce26b46dc858f7 (diff)
downloadopie-607c6aff17cd1c26d36b94d8e7ef149cfed70142.zip
opie-607c6aff17cd1c26d36b94d8e7ef149cfed70142.tar.gz
opie-607c6aff17cd1c26d36b94d8e7ef149cfed70142.tar.bz2
libopie -> libopie2
Diffstat (limited to 'noncore/apps/tinykate') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/tinykate/libkate/view/kateviewdialog.cpp2
-rw-r--r--noncore/apps/tinykate/libkate/view/kateviewdialog.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/noncore/apps/tinykate/libkate/view/kateviewdialog.cpp b/noncore/apps/tinykate/libkate/view/kateviewdialog.cpp
index 4cb13e8..bd5b74f 100644
--- a/noncore/apps/tinykate/libkate/view/kateviewdialog.cpp
+++ b/noncore/apps/tinykate/libkate/view/kateviewdialog.cpp
@@ -532,7 +532,7 @@ FontConfig::FontConfig( QWidget *parent, char *name )
// int size = cfg. readNumEntry ( "FontSize", 10 );
// OFontSelector *m_fontselect;
- m_fontselect = new OFontSelector ( false, this, "FontTab" );
+ m_fontselect = new Opie::OFontSelector ( false, this, "FontTab" );
// m_fontselect-> setSelectedFont ( familyStr, styleStr, size );
// QWhatsThis::add( m_fontselect,
// tr( "Select the desired name, style and size of the default font applications will use." ) );
diff --git a/noncore/apps/tinykate/libkate/view/kateviewdialog.h b/noncore/apps/tinykate/libkate/view/kateviewdialog.h
index 2ce5a11..98d8799 100644
--- a/noncore/apps/tinykate/libkate/view/kateviewdialog.h
+++ b/noncore/apps/tinykate/libkate/view/kateviewdialog.h
@@ -31,7 +31,7 @@ class KColorButton;
class QComboBox;
#include <kdialogbase.h>
-#include <opie/ofontselector.h>
+#include <opie2/ofontselector.h>
#include "kateview.h"
class SearchDialog : public KDialogBase
@@ -184,7 +184,7 @@ public:
QFont getFont ( ) { return myFont; };
private:
- OFontSelector *m_fontselect;
+ Opie::OFontSelector *m_fontselect;
// class KFontChooser *m_fontchooser;
QFont myFont;