|
|
|
@ -521,21 +521,21 @@ namespace CResMgr {
|
|
|
|
|
namespace boldText {
|
|
|
|
|
TQString tooltip;
|
|
|
|
|
|
|
|
|
|
const TQString icon = "text_bold";
|
|
|
|
|
const TQString icon = "format-text-bold";
|
|
|
|
|
const TDEShortcut accel = KKeySequence();
|
|
|
|
|
const char* actionName = "writeWindow_boldText";
|
|
|
|
|
}
|
|
|
|
|
namespace italicText {
|
|
|
|
|
TQString tooltip;
|
|
|
|
|
|
|
|
|
|
const TQString icon = "text_italic";
|
|
|
|
|
const TQString icon = "format-text-italic";
|
|
|
|
|
const TDEShortcut accel = KKeySequence();
|
|
|
|
|
const char* actionName = "writeWindow_italicText";
|
|
|
|
|
}
|
|
|
|
|
namespace underlinedText {
|
|
|
|
|
TQString tooltip;
|
|
|
|
|
|
|
|
|
|
const TQString icon = "text_under";
|
|
|
|
|
const TQString icon = "format-text-underline";
|
|
|
|
|
const TDEShortcut accel = KKeySequence();
|
|
|
|
|
const char* actionName = "writeWindow_underlineText";
|
|
|
|
|
}
|
|
|
|
@ -543,7 +543,7 @@ namespace CResMgr {
|
|
|
|
|
namespace alignLeft {
|
|
|
|
|
TQString tooltip;
|
|
|
|
|
|
|
|
|
|
const TQString icon = "text_left";
|
|
|
|
|
const TQString icon = "format-text-direction-ltr";
|
|
|
|
|
const TDEShortcut accel = KKeySequence();
|
|
|
|
|
const char* actionName = "writeWindow_alignLeft";
|
|
|
|
|
}
|
|
|
|
@ -557,7 +557,7 @@ namespace CResMgr {
|
|
|
|
|
namespace alignRight {
|
|
|
|
|
TQString tooltip;
|
|
|
|
|
|
|
|
|
|
const TQString icon = "rightjust";
|
|
|
|
|
const TQString icon = "format-justify-right";
|
|
|
|
|
const TDEShortcut accel = KKeySequence();
|
|
|
|
|
const char* actionName = "writeWindow_alignRight";
|
|
|
|
|
}
|
|
|
|
|