|
|
|
@ -1051,7 +1051,7 @@ public:
|
|
|
|
|
***************************************************************************/
|
|
|
|
|
#include "kmfruleoptioneditmac.h"
|
|
|
|
|
|
|
|
|
|
// QT includes
|
|
|
|
|
// TQt includes
|
|
|
|
|
#include <qstring.h>
|
|
|
|
|
|
|
|
|
|
// KDE includes
|
|
|
|
@ -1293,7 +1293,7 @@ KMFRuleEditMac::KMFRuleEditMac( TQWidget* parent, const char* name, WFlags fl )
|
|
|
|
|
* Destroys the object and frees any allocated resources
|
|
|
|
|
*/
|
|
|
|
|
KMFRuleEditMac::~KMFRuleEditMac() {
|
|
|
|
|
// no need to delete child widgets, Qt does it all for us
|
|
|
|
|
// no need to delete child widgets, TQt does it all for us
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
@ -1547,7 +1547,7 @@ There you'll also find a list of important changes and know bugs. </para>
|
|
|
|
|
In order to compile and install &kmyfirewall; on your system, type the following in the base
|
|
|
|
|
directory of the extracted tarball:
|
|
|
|
|
<screen width="40">
|
|
|
|
|
<prompt>%</prompt><userinput>./configure --prefix=/kde-install-path/ --with-qt-dir=/qt-install-path/</userinput>
|
|
|
|
|
<prompt>%</prompt><userinput>./configure --prefix=/kde-install-path/ --with-tqt-dir=/tqt-install-path/</userinput>
|
|
|
|
|
<prompt>%</prompt><userinput>make</userinput>
|
|
|
|
|
<prompt>%</prompt><userinput>(as root) make install</userinput>
|
|
|
|
|
</screen>
|
|
|
|
|