From d552ce3a94b53ae0fdb226411bd8f9e5bab6596a Mon Sep 17 00:00:00 2001 From: mickeyl Date: Sat, 20 Dec 2003 17:47:08 +0000 Subject: - start cleaning up (lot of stuff left) - use odebug classes --- (limited to 'libopie2/opieui/odialog.h') diff --git a/libopie2/opieui/odialog.h b/libopie2/opieui/odialog.h index 4116ed7..ceff612 100644 --- a/libopie2/opieui/odialog.h +++ b/libopie2/opieui/odialog.h @@ -1,7 +1,6 @@ /*                 This file is part of the Opie Project - -              (C) 2003 Michael 'Mickey' Lauer +              (C) 2003 Michael 'Mickey' Lauer =. .=l.            .>+-= @@ -49,9 +48,12 @@ class QLayoutItem; * @ref marginHint() between the buttons and the separator and a * @ref marginHint() above the separator as well. * - * @author Michael 'Mickey' Lauer + * @author Michael 'Mickey' Lauer */ + // lets fix up Qt instead! Size does matter. -zecke + // while that may be true, reducing maintainance effort for the future does also matter - + // and I believe that maintaining a patch against QtE is more work than our classes -mml class ODialog : public QDialog { @@ -83,7 +85,7 @@ class ODialog : public QDialog static int mSpacingSize; class ODialogPrivate; - ODialogPrivate *d; // d pointer always needed! -zecke + ODialogPrivate *d; }; #endif // ODIALOG_H -- cgit v0.9.0.2