diff options
Diffstat (limited to 'parts')
-rw-r--r-- | parts/outputviews/directorystatusmessagefilter.cpp | 8 | ||||
-rw-r--r-- | parts/quickopen/quickopen_part.h | 4 | ||||
-rw-r--r-- | parts/quickopen/quickopenclassdialog.h | 4 | ||||
-rw-r--r-- | parts/quickopen/quickopendialog.h | 4 | ||||
-rw-r--r-- | parts/quickopen/quickopenfiledialog.h | 4 | ||||
-rw-r--r-- | parts/quickopen/quickopenfunctionchooseform.h | 4 | ||||
-rw-r--r-- | parts/quickopen/quickopenfunctiondialog.h | 4 |
7 files changed, 16 insertions, 16 deletions
diff --git a/parts/outputviews/directorystatusmessagefilter.cpp b/parts/outputviews/directorystatusmessagefilter.cpp index 18cc9876..02629797 100644 --- a/parts/outputviews/directorystatusmessagefilter.cpp +++ b/parts/outputviews/directorystatusmessagefilter.cpp @@ -85,8 +85,8 @@ bool DirectoryStatusMessageFilter::matchEnterDir( const TQString& line, TQString //@todo: other translations! // we need a TQRegExp because KRegExp is not Utf8 aware. - // 0x00AB is LEFT-POINTING DOUBLE ANGLE TQUOTATION MARK - // 0X00BB is RIGHT-POINTING DOUBLE ANGLE TQUOTATION MARK + // 0x00AB is LEFT-POINTING DOUBLE ANGLE QUOTATION MARK + // 0X00BB is RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK static TQRegExp dirChange(TQString::fromLatin1(".*: (.+) (`|") + TQChar(0x00BB) + TQString::fromLatin1(")(.*)('|") + TQChar(0x00AB) + TQString::fromLatin1(")(.*)")); static TQRegExp enEnter(TQString::fromLatin1(".*: Entering directory")); kdDebug(9004) << "Directory filter line " << line << endl; @@ -157,8 +157,8 @@ bool DirectoryStatusMessageFilter::matchLeaveDir( const TQString& line, TQString static const TQString po_l("Opuszczam katalog"); // we need a TQRegExp because KRegExp is not Utf8 aware. - // 0x00AB is LEFT-POINTING DOUBLE ANGLE TQUOTATION MARK - // 0X00BB is RIGHT-POINTING DOUBLE ANGLE TQUOTATION MARK + // 0x00AB is LEFT-POINTING DOUBLE ANGLE QUOTATION MARK + // 0X00BB is RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK static TQRegExp dirChange(TQString::fromLatin1(".*: (.+) (`|") + TQChar(0x00BB) + TQString::fromLatin1(")(.*)('|") + TQChar(0x00AB) + TQString::fromLatin1(")(.*)")); diff --git a/parts/quickopen/quickopen_part.h b/parts/quickopen/quickopen_part.h index a651f39c..cb91899a 100644 --- a/parts/quickopen/quickopen_part.h +++ b/parts/quickopen/quickopen_part.h @@ -18,8 +18,8 @@ * */ -#ifndef __KDEVPART_TQUICKOPEN_H__ -#define __KDEVPART_TQUICKOPEN_H__ +#ifndef __KDEVPART_QUICKOPEN_H__ +#define __KDEVPART_QUICKOPEN_H__ #include <tqguardedptr.h> #include <kdevquickopen.h> diff --git a/parts/quickopen/quickopenclassdialog.h b/parts/quickopen/quickopenclassdialog.h index c3bf7597..62deb40c 100644 --- a/parts/quickopen/quickopenclassdialog.h +++ b/parts/quickopen/quickopenclassdialog.h @@ -18,8 +18,8 @@ * */ -#ifndef TQUICKOPENCLASSDIALOG_H -#define TQUICKOPENCLASSDIALOG_H +#ifndef QUICKOPENCLASSDIALOG_H +#define QUICKOPENCLASSDIALOG_H #include "quickopendialog.h" #include <codemodel.h> diff --git a/parts/quickopen/quickopendialog.h b/parts/quickopen/quickopendialog.h index 5e3f7a1f..808cf155 100644 --- a/parts/quickopen/quickopendialog.h +++ b/parts/quickopen/quickopendialog.h @@ -18,8 +18,8 @@ * */ -#ifndef TQUICKOPENDIALOG_H -#define TQUICKOPENDIALOG_H +#ifndef QUICKOPENDIALOG_H +#define QUICKOPENDIALOG_H #include <tqstringlist.h> #include <tqtimer.h> diff --git a/parts/quickopen/quickopenfiledialog.h b/parts/quickopen/quickopenfiledialog.h index 268139a6..0afcca02 100644 --- a/parts/quickopen/quickopenfiledialog.h +++ b/parts/quickopen/quickopenfiledialog.h @@ -18,8 +18,8 @@ * */ -#ifndef TQUICKOPENFILEDIALOG_H -#define TQUICKOPENFILEDIALOG_H +#ifndef QUICKOPENFILEDIALOG_H +#define QUICKOPENFILEDIALOG_H #include "quickopendialog.h" #include <tqstringlist.h> diff --git a/parts/quickopen/quickopenfunctionchooseform.h b/parts/quickopen/quickopenfunctionchooseform.h index 33ad5ef3..1af58bb1 100644 --- a/parts/quickopen/quickopenfunctionchooseform.h +++ b/parts/quickopen/quickopenfunctionchooseform.h @@ -18,8 +18,8 @@ * */ -#ifndef TQUICKOPENFUNCTIONCHOOSEFORM_H -#define TQUICKOPENFUNCTIONCHOOSEFORM_H +#ifndef QUICKOPENFUNCTIONCHOOSEFORM_H +#define QUICKOPENFUNCTIONCHOOSEFORM_H #include "quickopenfunctionchooseformbase.h" diff --git a/parts/quickopen/quickopenfunctiondialog.h b/parts/quickopen/quickopenfunctiondialog.h index 47c16bc8..c9676d6c 100644 --- a/parts/quickopen/quickopenfunctiondialog.h +++ b/parts/quickopen/quickopenfunctiondialog.h @@ -18,8 +18,8 @@ * */ -#ifndef TQUICKOPENFUNCTIONDLG_H -#define TQUICKOPENFUNCTIONDLG_H +#ifndef QUICKOPENFUNCTIONDLG_H +#define QUICKOPENFUNCTIONDLG_H #include <codemodel.h> |