From 8f8acc24933830d4f5784616b9b0c5896bde0b93 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 11 Jan 2003 19:17:13 +0000 Subject: rm prefixes for all elements in the otk namepsace --- otk/appwidget.hh | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'otk/appwidget.hh') diff --git a/otk/appwidget.hh b/otk/appwidget.hh index d33f2caa..7a5cf74d 100644 --- a/otk/appwidget.hh +++ b/otk/appwidget.hh @@ -1,3 +1,4 @@ +// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*- #ifndef __appwidget_hh #define __appwidget_hh @@ -5,14 +6,14 @@ namespace otk { -class OtkApplication; +class Application; -class OtkAppWidget : public OtkWidget { +class AppWidget : public Widget { public: - OtkAppWidget(OtkApplication *app, Direction direction = Horizontal, - Cursor cursor = 0, int bevel_width = 1); - virtual ~OtkAppWidget(); + AppWidget(Application *app, Direction direction = Horizontal, + Cursor cursor = 0, int bevel_width = 1); + virtual ~AppWidget(); virtual void show(void); virtual void hide(void); @@ -21,7 +22,7 @@ public: private: - OtkApplication *_application; + Application *_application; Atom _wm_protocols; Atom _wm_delete; }; -- cgit v1.2.3