X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt2%2FQSearchDialog.h;h=9d7b299c90a8f9859430046ce3e04efd16cae0d6;hb=1fcedd4b635807e7046342f324d054c04c37f054;hp=1bbe6ae19b79649b023a9e1d2e128e31982f309e;hpb=da4456f2aab5c449886cfb40ff6a141d347c92d1;p=lyx.git diff --git a/src/frontends/qt2/QSearchDialog.h b/src/frontends/qt2/QSearchDialog.h index 1bbe6ae19b..9d7b299c90 100644 --- a/src/frontends/qt2/QSearchDialog.h +++ b/src/frontends/qt2/QSearchDialog.h @@ -12,9 +12,6 @@ #ifndef QSEARCHDIALOG_H #define QSEARCHDIALOG_H -#ifdef __GNUG__ -#pragma interface -#endif #include "ui/QSearchDialogBase.h" #include "LString.h" @@ -23,20 +20,17 @@ class QSearch; class QCloseEvent; class QComboBox; -class QSearchDialog : public QSearchDialogBase -{ Q_OBJECT - +class QSearchDialog : public QSearchDialogBase { + Q_OBJECT public: QSearchDialog(QSearch * form); virtual void show(); - protected slots: void findChanged(); void findClicked(); void replaceClicked(); void replaceallClicked(); - protected: virtual void closeEvent(QCloseEvent * e);