From 2308c4db692821721bbe82f93fd60f275f4cccdc Mon Sep 17 00:00:00 2001 From: llornkcor Date: Tue, 19 Feb 2002 00:32:58 +0000 Subject: fixed several silly bugs having to do with Doclnk stuff.. --- (limited to 'core/apps/textedit/fileSaver.h') diff --git a/core/apps/textedit/fileSaver.h b/core/apps/textedit/fileSaver.h index f496270..4a38a65 100644 --- a/core/apps/textedit/fileSaver.h +++ b/core/apps/textedit/fileSaver.h @@ -57,11 +57,12 @@ public slots: private: private slots: - void accept(); + void accept(); void upDir(); void listDoubleClicked(QListViewItem *); void listClicked(QListViewItem *); - void OnOK(); + void closeEvent( QCloseEvent * ); + protected slots: protected: -- cgit v0.9.0.2