Compare commits

...

3 Commits

Author SHA1 Message Date
Michele Calgaro 9f762337c6
Drop TQT_TQ*_OBJECT defines
2 months ago
Michele Calgaro d328d85e06
Replace Q_OBJECT with TQ_OBJECT
2 months ago
TDE Gitea 444036ef47 Merge translation files from master branch.
5 months ago

@ -45,7 +45,7 @@ class KNemoCheckListItem;
class ConfigDialog : public TDECModule
{
Q_OBJECT
TQ_OBJECT
public:
/**
@ -132,7 +132,7 @@ private:
class KNemoCheckListItem : public TQObject, public TQCheckListItem
{
Q_OBJECT
TQ_OBJECT
public:
KNemoCheckListItem( TQListView* view )

@ -37,7 +37,7 @@ class TDEProcess;
class NetToolsBackend : public TQObject, BackendBase
{
Q_OBJECT
TQ_OBJECT
public:
NetToolsBackend(TQDict<Interface>& interfaces );

@ -45,7 +45,7 @@ class InterfaceStatisticsDialog;
*/
class Interface : public TQObject
{
Q_OBJECT
TQ_OBJECT
public:
/**

@ -37,7 +37,7 @@ class InterfaceTray;
class InterfaceIcon : public TQObject
{
Q_OBJECT
TQ_OBJECT
public:
/**

@ -37,7 +37,7 @@ class Interface;
class InterfaceMonitor : public TQObject
{
Q_OBJECT
TQ_OBJECT
public:
/**

@ -76,7 +76,7 @@ protected:
class InterfaceStatistics : public TQObject
{
Q_OBJECT
TQ_OBJECT
public:
/**

@ -37,7 +37,7 @@ class Interface;
class InterfaceStatisticsDialog : public InterfaceStatisticsDlg
{
Q_OBJECT
TQ_OBJECT
public:
/**

@ -37,7 +37,7 @@ class Interface;
class InterfaceStatusDialog : public InterfaceStatusDlg
{
Q_OBJECT
TQ_OBJECT
public:
/**

@ -73,7 +73,7 @@ void InterfaceTray::resizeEvent ( TQResizeEvent * )
void InterfaceTray::mousePressEvent( TQMouseEvent* e )
{
if ( !TQT_TQRECT_OBJECT(rect()).contains( e->pos() ) )
if ( !rect().contains( e->pos() ) )
return;
switch( e->button() )

@ -35,7 +35,7 @@ class TQWidget;
class InterfaceTray : public KSystemTray
{
Q_OBJECT
TQ_OBJECT
public:
/**

@ -50,7 +50,7 @@ namespace KNotifyClient {
class KNemoDaemon : public KDEDModule
{
K_DCOP
Q_OBJECT
TQ_OBJECT
//
public:
/**

@ -38,7 +38,7 @@ class TQColor;
class SignalPlotter : public TQDialog
{
Q_OBJECT
TQ_OBJECT
public:

@ -42,10 +42,6 @@ msgstr ""
#: backends/kcmregistry.h:52
#, fuzzy
#| msgid ""
#| "Uses the tools from the nettool packge like ifconfig, iwconfig and route "
#| "to read the necessary information from the ouput of these commands.\n"
#| "This backend works rather stable but causes a relativly high CPU load."
msgid ""
"Uses the tools from the net-tools package like ifconfig, iwconfig and route "
"to read the necessary information from the ouput of these commands."

@ -39,10 +39,6 @@ msgstr ""
#: backends/kcmregistry.h:52
#, fuzzy
#| msgid ""
#| "Uses the tools from the nettool packge like ifconfig, iwconfig and route "
#| "to read the necessary information from the ouput of these commands.\n"
#| "This backend works rather stable but causes a relativly high CPU load."
msgid ""
"Uses the tools from the net-tools package like ifconfig, iwconfig and route "
"to read the necessary information from the ouput of these commands."

Loading…
Cancel
Save