summaryrefslogtreecommitdiffabout
path: root/microkde/kcolordialog.cpp
Unidiff
Diffstat (limited to 'microkde/kcolordialog.cpp') (more/less context) (show whitespace changes)
-rw-r--r--microkde/kcolordialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/microkde/kcolordialog.cpp b/microkde/kcolordialog.cpp
index 9a76e5e..a3d8973 100644
--- a/microkde/kcolordialog.cpp
+++ b/microkde/kcolordialog.cpp
@@ -77,2 +77,3 @@ KColorDialog::KColorDialog( QWidget *p ):QDialog( p, "input-dialog", true )
77 QPushButton * ok = new QPushButton (i18n(" OK "), this ); 77 QPushButton * ok = new QPushButton (i18n(" OK "), this );
78 ok->setDefault( true );
78 QPushButton * cancel = new QPushButton (i18n(" Cancel "), this ); 79 QPushButton * cancel = new QPushButton (i18n(" Cancel "), this );