From 5fbf99bcc4d03f3001f42905d1217758c4aeac13 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 16 Nov 2011 16:06:07 -0600 Subject: Finish rename from prior commit --- .../pcsimporter/tdelibsimporter/settingsdialog.h | 45 ++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 languages/cpp/pcsimporter/tdelibsimporter/settingsdialog.h (limited to 'languages/cpp/pcsimporter/tdelibsimporter/settingsdialog.h') diff --git a/languages/cpp/pcsimporter/tdelibsimporter/settingsdialog.h b/languages/cpp/pcsimporter/tdelibsimporter/settingsdialog.h new file mode 100644 index 00000000..26668187 --- /dev/null +++ b/languages/cpp/pcsimporter/tdelibsimporter/settingsdialog.h @@ -0,0 +1,45 @@ +/*************************************************************************** + * Copyright (C) 2003 by Roberto Raggi * + * roberto@tdevelop.org * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +#ifndef SETTINGSDIALOG_H +#define SETTINGSDIALOG_H + +#include "settingsdialogbase.h" + +class SettingsDialog : public SettingsDialogBase +{ + Q_OBJECT + TQ_OBJECT + +public: + SettingsDialog(TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); + ~SettingsDialog(); + /*$PUBLIC_FUNCTIONS$*/ + + bool isValidKDELibsDir( const TQString& path ) const; + + TQString kdeDir() const; + +public slots: + /*$PUBLIC_SLOTS$*/ + virtual void slotSelectionChanged(TQListBoxItem*); + +protected: + /*$PROTECTED_FUNCTIONS$*/ + +protected slots: + /*$PROTECTED_SLOTS$*/ + void addUrlButton_clicked(); +}; + +#endif + + -- cgit v1.2.3