Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Konsole
Commits
867801b9
Commit
867801b9
authored
Jan 03, 2007
by
Robert Knight
Browse files
Use new-style include names
svn path=/branches/work/konsole-split-view/; revision=619262
parent
576d1c39
Changes
1
Hide whitespace changes
Inline
Side-by-side
konsole/TEWidget.cpp
View file @
867801b9
...
...
@@ -41,66 +41,55 @@
\sa TEScreen \sa Emulation
*/
/* FIXME:
- 'image' may also be used uninitialized (it isn't in fact) in resizeEvent
- 'font_a' not used in mouse events
- add destructor
*/
/* TODO
- evtl. be sensitive to `paletteChange' while using default colors.
- set different 'rounding' styles? I.e. have a mode to show clipped
chars?
*/
#include
"config.h"
#include
"TEWidget.h"
//#include "OverlayFrame.h"
#include
"konsole_wcwidth.h"
// System
#include
<assert.h>
#include
<ctype.h>
#include
<math.h>
#include
<stdio.h>
#include
<stdlib.h>
#include
<sys/stat.h>
#include
<unistd.h>
// Qt
#include
<QApplication>
#include
<Q
Painter
>
#include
<Q
BoxLayout
>
#include
<QClipboard>
#include
<QStyle>
#include
<QDragEnterEvent>
#include
<QDropEvent>
#include
<QEvent>
#include
<QFile>
#include
<QLayout>
#include
<QRegExp>
//Added by qt3to4:
#include
<QPaintEvent>
#include
<QBoxLayout>
#include
<QResizeEvent>
#include
<QMouseEvent>
#include
<QFocusEvent>
#include
<QFrame>
#include
<QKeyEvent>
#include
<QEvent>
#include
<QWheelEvent>
#include
<QVBoxLayout>
#include
<QGridLayout>
#include
<QSpacerItem>
#include
<QDropEvent>
#include
<QDragEnterEvent>
#include
<QKeyEvent>
#include
<QLabel>
#include
<QLayout>
#include
<QMouseEvent>
#include
<QPaintEvent>
#include
<QPainter>
#include
<QPixmap>
#include
<QRegExp>
#include
<QResizeEvent>
#include
<QSpacerItem>
#include
<QStyle>
#include
<QTimer>
#include
<QVBoxLayout>
#include
<QWheelEvent>
#include
<math.h>
#include
<stdio.h>
#include
<stdlib.h>
#include
<unistd.h>
#include
<ctype.h>
#include
<sys/stat.h>
#include
<assert.h>
#include
<krun.h>
#include
<kcursor.h>
// KDE
#include
<KRun>
#include
<KCursor>
#include
<kdebug.h>
#include
<klocale.h>
#include
<knotification.h>
#include
<kglobalsettings.h>
#include
<kshortcut.h>
#include
<kio/netaccess.h>
#include
<QLabel>
#include
<QTimer>
#include
<KLocale>
#include
<KNotification>
#include
<KGlobalSettings>
#include
<KShortcut>
#include
<KIO/NetAccess>
// Konsole
#include
"config.h"
#include
"TEWidget.h"
#include
"konsole_wcwidth.h"
#ifndef loc
#define loc(X,Y) ((Y)*columns+(X))
...
...
@@ -444,8 +433,6 @@ TEWidget::TEWidget(QWidget *parent)
//set up a warning message when the user presses Ctrl+S to avoid confusion
connect
(
this
,
SIGNAL
(
flowControlKeyPressed
(
bool
)),
this
,
SLOT
(
outputSuspended
(
bool
))
);
}
TEWidget
::~
TEWidget
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment